*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 29 Mar 2007 21:24:20 +0000 (21:24 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 29 Mar 2007 21:24:20 +0000 (21:24 +0000)
src/ChangeLog

index 518bc66fc8938d060ab6589d3e2a3cacb05d75ef..306db1940f5d6da897d939a6dbd3ff9887b1a77a 100644 (file)
@@ -1,3 +1,10 @@
+2007-03-29  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (wait_reading_process_output) [HAVE_PTYS]:
+       When EIO happens, clear channel from descriptor masks before raising
+       SIGCHLD signal to avoid busy loop between read and sigchld_handler.
+       (sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).
+
 2007-03-29  Juanma Barranquero  <lekktu@gmail.com>
 
        * buffer.c (Fset_buffer_major_mode): Check that BUFFER is valid.